home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
52811
/
52811.xpi
/
chrome
/
skin
/
about.css
next >
Wrap
Cascading Style Sheet File
|
2009-08-11
|
621b
|
39 lines
/* CSS Document realtivo all'interfaccia dell'about dell'add-on */
#title {
font-size: 400%;
font-weight: bold;
}
#mainGroup {
margin-top: 15px;
}
#homepageTitle, #authorTitle, #contributorsTitle, #emailTitle {
font-weight: bold;
}
#description, #homepage, #author, #email {
margin-bottom: 10px;
}
#description {
width: 300px;
}
#homepage, #email {
color: #0000E0;
text-decoration: underline;
cursor: pointer;
}
#contributorsBox {
height: 100px;
overflow: auto;
}
#icona {
list-style-image: url('icon/icon.png');
height:40px;
width:70px;
}